lcHatchGetPoint Home

Retrieves coordinates of a hatch boundary's point.

 BOOL lcHatchGetPoint (
   HANDLE hHatch,
   int iPnt,
   double* pX,
   double* pY
 );

Parameters
hHatch
  Handle to a hatch object.
iPnt
  Zero-based index of a hatch boundary's point.
pX pY
  Pointers to variables that will receive the coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE). If the function fails, then probably the index of point is invalid.

See Also

  Code sample,   lcHatchGetLoopSize